call stack

英 [kɔːl stæk] 美 [kɔːl stæk]

网络  堆栈调用; 显示调用栈; 调用栈; 调用堆栈; 函数调用栈

计算机



双语例句

  1. Entries on the call stack can be selected, causing variables at the time of invocation to be displayed.
    您可以选择调用栈中的条目,这样可以显示变量被调用时的值。
  2. When my SCA application encounters a problem, can someone explain the various classes I see on the runtime call stack?
    当我的SCA应用程序遇到问题时,如何解释运行时调用堆栈上出现的各种类?
  3. This call leads to essentially the same algorithm being executed, but on the call stack encapsulated in this AccessControlContext ( belonging to the client).
    这个调用实质上会执行同一个算法,但是是对于在这个AccessControlContext中封装的调用堆栈(属于客户机)执行。
  4. For example, you can run programs, set line, watch and service entry breakpoints, step through program instructions, examine variables, and examine the call stack.
    例如,您可以运行程序,设置界限,监视与服务进入中断点,通过程序指示的步骤,检查变量,并检查访问栈。
  5. You can catalog request parameters, sift through the procedure call stack, and query any variable or object you'd like.
    您可以对请求参数分类,筛选过程调用堆栈,并查询任何所需的变量或对象。
  6. Call with continuation gives you a code block, and the continuation ( or a saved call stack, with instance variables), which you assign to a variable.
    用continuation进行调用使您获得一个代码块和指派给变量的continuation(或已保存的调用堆栈,其中有实例变量)。
  7. Continue to simplify CM Server call stack.
    持续的简化CM服务器访问栈。
  8. Rather than using programmatic transactions within the same method, you can move the update operations to another public method within the call stack.
    不用在相同的方法中使用编程事务,而是将更新操作移动到调用栈的另一个公共方法中。
  9. The Debug view ( not to be confused with the Debug perspective) shows the call stack, the Variables view shows the current state of the program's variables, and the Console view shows the program.
    Debug视图(不要与Debug透视图混淆)展示了调用栈(callstack),Variables视图展示了程序变量的当前状态,而Console视图则展示了程序。
  10. In essence, what happens upon calling this method is that a snapshot of the state of the call stack is taken at that very instant and the sets of permissions intersected with each other.
    本质上,调用这个方法所发生的事情是对那一瞬间调用堆栈和一组相互交叠的权限进行快照。
  11. Display the current call stack of programs and functions.
    显示程序和函数的当前调用栈。
  12. Without a reference, you copy the entire array or hash onto the function call stack, and then copy it again in the function.
    如果不使用引用,就需要将整个数组或hash表复制到该函数的调用栈中,然后在函数中再次对其进行复制。
  13. To find out the call stack for the malloc call, stktrace() probe function can be called in the previous script.
    要想查看malloc调用的调用堆栈,可以在前面的脚本中调用stktrace()探测函数。
  14. This object must have a method called run(), which is executed by the runtime once the current frame in the call stack is specially marked as described above.
    这个对象必须有一个名为run()的方法,在调用堆栈中的当前帧特别做了如上所述的标记时,由运行时执行这个方法。
  15. You typically see a call stack with a Java exception, and this may not point you directly to the line that caused the problem.
    通常您会看到调用堆栈中有一个Java异常,这并不能确切地解决产生问题的代码行。
  16. The argument defines the level of the call stack for which you want to obtain the return address.
    这个参数定义希望获取返回地址的调用堆栈级别。
  17. Higher up the call stack, we handle the exception.
    我们在呼叫堆叠的较高层位置处理这个例外。
  18. This buffer displays the call stack, with the current frame displayed in inverse video.
    这个buffer显示调用堆栈,对当前frame反色显示。
  19. Every time one method calls another method, a new frame is generated on the call stack to store information about the method being called.
    每当一个方法调用另一方法时,都会在调用堆栈上生成一个新框架来存储有关所调用方法的信息。
  20. In managed code, the call stack window hides information for non-user code by default.
    在托管代码中,“调用堆栈”窗口默认情况下隐藏非用户代码的信息。
  21. A caller higher in the call stack does not have the permission specified by the current instance.
    调用堆栈中处于较高位置的调用方不具有当前实例所指定的权限。
  22. Prints the call stack to the log if an exception occurs at any point during installation.
    如果在安装过程中的任何时候出现异常,则将调用堆栈打印到日志。
  23. A caller in the call stack does not have the required permissions.
    调用堆栈中的调用方没有所需的权限。
  24. Call stack and immediate windows in a separate window or at the bottom of the ide.
    “调用堆栈”和“即时”窗口显示在单独的窗口中,或者显示在ide底部。
  25. Variables panel, call stack panel, watch panel.
    “变量”面板、“调用栈”面板和“观察”面板。
  26. You can also set an address breakpoint on a function using the call stack window.
    也可以使用“调用堆栈”窗口在函数上设置地址断点。
  27. The stack walk requires that all code in the call stack has permission to access a protected resource.
    堆栈遍历要求调用堆栈中的所有代码都具有访问受保护资源的权限。
  28. The idea is that you can instantiate a Scope in one method with an instance of type T that you'd like another method later in the call stack to be able to access.
    您可以在一个方法中使用类型T的一个实例来实例化Scope,并希望调用堆栈中的另一方法稍后能够访问该实例。
  29. Stops the permission check on callers higher in the call stack.
    会停止对调用堆栈中的高级调用方的权限检查。
  30. Instead, the programmer needs to manually list each call in the call stack of interest.
    相反,程序员需要手动列出调用堆栈中的每个调用。